速報APP / 教育 / Hand Drawing

Hand Drawing

價格:免費

更新日期:2015-01-12

檔案大小:238k

目前版本:1.3.0

版本需求:Android 2.2 以上版本

官方網站:http://swapnull.com

Email:swapnil.go20@gmail.com

Hand Drawing(圖1)-速報App

Hand drawing in android canvas with eraser.

Source Code : https://github.com/swapgo20/Android-Hand-Drawing

Hand Drawing(圖2)-速報App

DrawingView is extended from View & used to create a path on canvas based on movement of users finger.

Path & paint object is stored are maintained in a ArrayList. Eraser is achieved by changing paint object color property to white.

Hand Drawing(圖3)-速報App

Different colors of lines can be achieved by changing paint object color property.